\(\int \frac {x}{\sqrt {\arccos (a x)}} \, dx\) [95]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [F(-2)]
   Sympy [F]
   Maxima [F(-2)]
   Giac [C] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 10, antiderivative size = 28 \[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=-\frac {\sqrt {\pi } \operatorname {FresnelS}\left (\frac {2 \sqrt {\arccos (a x)}}{\sqrt {\pi }}\right )}{2 a^2} \]

[Out]

-1/2*FresnelS(2*arccos(a*x)^(1/2)/Pi^(1/2))*Pi^(1/2)/a^2

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {4732, 4491, 12, 3386, 3432} \[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=-\frac {\sqrt {\pi } \operatorname {FresnelS}\left (\frac {2 \sqrt {\arccos (a x)}}{\sqrt {\pi }}\right )}{2 a^2} \]

[In]

Int[x/Sqrt[ArcCos[a*x]],x]

[Out]

-1/2*(Sqrt[Pi]*FresnelS[(2*Sqrt[ArcCos[a*x]])/Sqrt[Pi]])/a^2

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 3386

Int[sin[(e_.) + (f_.)*(x_)]/Sqrt[(c_.) + (d_.)*(x_)], x_Symbol] :> Dist[2/d, Subst[Int[Sin[f*(x^2/d)], x], x,
Sqrt[c + d*x]], x] /; FreeQ[{c, d, e, f}, x] && ComplexFreeQ[f] && EqQ[d*e - c*f, 0]

Rule 3432

Int[Sin[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]/(f*Rt[d, 2]))*FresnelS[Sqrt[2/Pi]*Rt[d, 2
]*(e + f*x)], x] /; FreeQ[{d, e, f}, x]

Rule 4491

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

Rule 4732

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Dist[-(b*c^(m + 1))^(-1), Subst[Int[x^n*C
os[-a/b + x/b]^m*Sin[-a/b + x/b], x], x, a + b*ArcCos[c*x]], x] /; FreeQ[{a, b, c, n}, x] && IGtQ[m, 0]

Rubi steps \begin{align*} \text {integral}& = -\frac {\text {Subst}\left (\int \frac {\cos (x) \sin (x)}{\sqrt {x}} \, dx,x,\arccos (a x)\right )}{a^2} \\ & = -\frac {\text {Subst}\left (\int \frac {\sin (2 x)}{2 \sqrt {x}} \, dx,x,\arccos (a x)\right )}{a^2} \\ & = -\frac {\text {Subst}\left (\int \frac {\sin (2 x)}{\sqrt {x}} \, dx,x,\arccos (a x)\right )}{2 a^2} \\ & = -\frac {\text {Subst}\left (\int \sin \left (2 x^2\right ) \, dx,x,\sqrt {\arccos (a x)}\right )}{a^2} \\ & = -\frac {\sqrt {\pi } \operatorname {FresnelS}\left (\frac {2 \sqrt {\arccos (a x)}}{\sqrt {\pi }}\right )}{2 a^2} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.02 (sec) , antiderivative size = 28, normalized size of antiderivative = 1.00 \[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=-\frac {\sqrt {\pi } \operatorname {FresnelS}\left (\frac {2 \sqrt {\arccos (a x)}}{\sqrt {\pi }}\right )}{2 a^2} \]

[In]

Integrate[x/Sqrt[ArcCos[a*x]],x]

[Out]

-1/2*(Sqrt[Pi]*FresnelS[(2*Sqrt[ArcCos[a*x]])/Sqrt[Pi]])/a^2

Maple [A] (verified)

Time = 0.63 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.75

method result size
default \(-\frac {\operatorname {FresnelS}\left (\frac {2 \sqrt {\arccos \left (a x \right )}}{\sqrt {\pi }}\right ) \sqrt {\pi }}{2 a^{2}}\) \(21\)

[In]

int(x/arccos(a*x)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-1/2*FresnelS(2*arccos(a*x)^(1/2)/Pi^(1/2))*Pi^(1/2)/a^2

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x/arccos(a*x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [F]

\[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=\int \frac {x}{\sqrt {\operatorname {acos}{\left (a x \right )}}}\, dx \]

[In]

integrate(x/acos(a*x)**(1/2),x)

[Out]

Integral(x/sqrt(acos(a*x)), x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x/arccos(a*x)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 0.31 (sec) , antiderivative size = 35, normalized size of antiderivative = 1.25 \[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=-\frac {\left (i - 1\right ) \, \sqrt {\pi } \operatorname {erf}\left (\left (i - 1\right ) \, \sqrt {\arccos \left (a x\right )}\right )}{8 \, a^{2}} + \frac {\left (i + 1\right ) \, \sqrt {\pi } \operatorname {erf}\left (-\left (i + 1\right ) \, \sqrt {\arccos \left (a x\right )}\right )}{8 \, a^{2}} \]

[In]

integrate(x/arccos(a*x)^(1/2),x, algorithm="giac")

[Out]

-(1/8*I - 1/8)*sqrt(pi)*erf((I - 1)*sqrt(arccos(a*x)))/a^2 + (1/8*I + 1/8)*sqrt(pi)*erf(-(I + 1)*sqrt(arccos(a
*x)))/a^2

Mupad [F(-1)]

Timed out. \[ \int \frac {x}{\sqrt {\arccos (a x)}} \, dx=\int \frac {x}{\sqrt {\mathrm {acos}\left (a\,x\right )}} \,d x \]

[In]

int(x/acos(a*x)^(1/2),x)

[Out]

int(x/acos(a*x)^(1/2), x)